-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update merkeldag to use the explicit decoder registry #104
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very nicely nonbreaking
👍 when the version is bumped and go mod is tidied
@aschmahmann should i wait to merge this to stay in sync with the variant you're working on in boxo? |
Up to you. Might be easier in case we find any other oddities along the way. Sorry I'm the slow leg here, plan is to get the next round of everything bubbled up today for people to test with tomorrow. However, if you don't want things to exactly match anymore that's ok too. e.g. if boxo adds a setter for the registry and you don't want to. |
ending up with 2 variants of this code with slightly different semantics so that it's harder to migrate seems worse than keeping them in sync |
@aschmahmann - this should now include #105 and matches what's in boxo |
Update the interface of
go-ipld-legacy
to reflect the change in ipfs/go-ipld-legacy#12There is no breaking interface change in this update.
will wait until v0.2.0 of legacy is tagged and then use that version as the dependency here.
needs the equivalent update in the boxo fork of this repo i think.